Skip to content

chore(web): enforce no-console and remove console usage#479

Merged
manNomi merged 1 commit intomainfrom
codex/biome-no-console-cleanup
Mar 14, 2026
Merged

chore(web): enforce no-console and remove console usage#479
manNomi merged 1 commit intomainfrom
codex/biome-no-console-cleanup

Conversation

@manNomi
Copy link
Contributor

@manNomi manNomi commented Mar 14, 2026

변경 사항

  • apps/web/biome.jsonsuspicious.noConsole: "error" 규칙 추가
  • apps/web/src 전역의 console.log / console.warn / console.error 제거
  • 콘솔 제거로 생긴 불필요 코드/포맷 정리

범위

  • 대상: apps/web 패키지
  • 결과: apps/web 기준 console.* 사용 0건

검증

  • pnpm --filter @solid-connect/web run ci:check 통과
  • pre-push 훅의 ci:check + build 통과

@vercel
Copy link

vercel bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solid-connection-web Ready Ready Preview, Comment Mar 14, 2026 10:57am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
solid-connect-web-admin Skipped Skipped Mar 14, 2026 10:57am

@github-actions github-actions bot added the web label Mar 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 14, 2026

Warning

Rate limit exceeded

@manNomi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 2 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 7f5abdbd-7455-4582-8476-f1098bc3144b

📥 Commits

Reviewing files that changed from the base of the PR and between bf041a2 and 6c93f8a.

📒 Files selected for processing (37)
  • apps/web/biome.json
  • apps/web/src/apis/Auth/postEmailVerification.ts
  • apps/web/src/apis/Auth/postSignUp.ts
  • apps/web/src/apis/Scores/postCreateGpa.ts
  • apps/web/src/apis/Scores/postCreateLanguageTest.ts
  • apps/web/src/apis/chat/putReadChatRoom.ts
  • apps/web/src/apis/community/deleteComment.ts
  • apps/web/src/apis/community/deleteLikePost.ts
  • apps/web/src/apis/community/deletePost.ts
  • apps/web/src/apis/community/patchUpdatePost.ts
  • apps/web/src/apis/community/postCreateComment.ts
  • apps/web/src/apis/community/postCreatePost.ts
  • apps/web/src/apis/community/postLikePost.ts
  • apps/web/src/apis/image-upload/postUploadProfileImageBeforeSignup.ts
  • apps/web/src/apis/news/deleteNews.ts
  • apps/web/src/apis/news/server/getNewsList.ts
  • apps/web/src/apis/universities/server/getRecommendedUniversity.ts
  • apps/web/src/apis/universities/server/getSearchUniversitiesByFilter.ts
  • apps/web/src/apis/universities/server/getSearchUniversitiesByText.ts
  • apps/web/src/apis/universities/server/getUniversityDetail.ts
  • apps/web/src/app/api/revalidate/route.ts
  • apps/web/src/app/community/[boardCode]/[postId]/KebabMenu.tsx
  • apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/_hooks/useChatListHandler.ts
  • apps/web/src/app/mentor/chat/[chatId]/_ui/ChatContent/_lib/dateUtils.ts
  • apps/web/src/app/university/score/submit/language-test/LanguageTestSubmitForm.tsx
  • apps/web/src/components/layout/ReissueProvider/index.tsx
  • apps/web/src/components/login/signup/SignupSurvey.tsx
  • apps/web/src/components/modal/SurveyModal.tsx
  • apps/web/src/lib/web-socket/useConnectWebSocket.ts
  • apps/web/src/lib/zustand/useSurveyModalStore.ts
  • apps/web/src/utils/authCookieUtils.ts
  • apps/web/src/utils/authUtils.ts
  • apps/web/src/utils/datetimeUtils.ts
  • apps/web/src/utils/errorHandler.ts
  • apps/web/src/utils/fileUtils.ts
  • apps/web/src/utils/jwtUtils.ts
  • apps/web/src/utils/localStorageUtils.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/biome-no-console-cleanup
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@manNomi manNomi merged commit 170a432 into main Mar 14, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant